home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo ═════════════════════════════
- echo THE PERSONAL CONTACTS MANAGER
- echo ═════════════════════════════
- echo
- echo Configuration for hard disk users
- echo ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- echo
- echo
- echo This program will place a correct CONFIG.SYS file
- echo on to the root directory of your hard disk (C: drive).
- echo
- echo This will enable the Contacts Manager to run on your
- echo particular computer. It contains the required "FILES=20"
- echo statement.
- echo
- echo If you have an old CONFIG.SYS file on your hard disk
- echo then this will be renamed to CONFIG.OLD.
- echo
- echo
- echo Now press your ENTER or ─┘ key to continue
- echo OR
- echo CTRL and C together to terminate.
- echo
- pause >NUL
- cls
-
- prompt $p$g
-
- c:
- cd c:\
- if exist config.sys copy config.sys config.old
-
- cd c:\contacts
-
- if not exist config.sys GOTO ASETTER
- if exist config.sys copy config.sys c:\config.sys
- GOTO END
-
-
- :ASETTER
- cls
-
- echo
- echo Please insert your distribution DISK No. 1.
- echo
- echo
- echo This disk should contain a correct "CONFIG.SYS" file.
- echo
- echo
- echo Then press ENTER or ─┘ to continue please.
- echo
- pause >NUL
-
- copy a:config.sys c:
-
-
-
-
-
- :END
-
- cls
- c:
- cd c:\
- echo
- echo Your CONFIG.SYS file should now be correct.
- echo
- echo Note: There is more information on how you can
- echo set your CONFIG.SYS file. See the accompanying
- echo manual on this disk in the file "ReadMe2.txt".
- echo
- echo Use "C:\> MANUAL.BAT" to print this documentation.
- echo
- echo Now reboot the system before running the
- echo Contacts Manager again.
- echo
- echo Press CTRL and ALT and DEL together, please.
- echo
- echo
-
-
-